docs: Tweak GdkPopup docs
authorMatthias Clasen <mclasen@redhat.com>
Thu, 29 Oct 2020 18:00:13 +0000 (14:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 29 Oct 2020 18:23:46 +0000 (14:23 -0400)
gdk/gdkpopup.c

index 91772d3c18eb7af9eabfbbee717f4e76e788e5c7..375a0fcb92e646c1fe00d298d5b413a47f1deedf 100644 (file)
  * SECTION:gdkpopup
  * @Short_description: Interface for popup surfaces
  * @Title: Popups
+ * @See_also: #GdkToplevel, #GdkSurface
  *
  * A #GdkPopup is a surface that is attached to another surface,
- * and is positioned relative to it.
+ * called its #GdkPopup:parent, and is positioned relative to it.
+ *
+ * #GdkPopups are typically used to implement menus and similar popups.
+ * They can be modal, which is indicated by the #GdkPopup:autohide property.
  */
 
 G_DEFINE_INTERFACE (GdkPopup, gdk_popup, GDK_TYPE_SURFACE)